home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / dlcfv312.zip / DLCOUNTF.DOC < prev    next >
Text File  |  1991-03-12  |  7KB  |  154 lines

  1. You should have received in this ZIP file:
  2.  
  3.                DLCOUNTF.EXE   The executable
  4.                DLCOUNTF.DOC   this file
  5.                ANALYDLC.EXE   Analysis program
  6.  
  7. DLCOUNTF version 3.12       by Bob Landon             12 March 91
  8. Send comments, questions, or un-mitigated praise to Fido 260/210
  9.  
  10. DLCOUNTF is a derivative of the program DLCOUNT, which records the number
  11. of  times a file has been  downloaded, displayed and file  requested,  by
  12. reading the OPUS, Maximus, or Binkley log  file and maintaining a file of
  13. data.  The data it  keeps  is  the  date first  downloaded, the last date
  14. it was downloaded and the total  number  of times it has been downloaded.
  15. Eac time it is run, it  generates a report  file of the files in its data
  16. file.  Run this command before throwing away the user log.
  17.  
  18. The syntax for the DLCOUNTF program is:
  19.  
  20.    DLCOUNTF <filename> <options>
  21.  
  22. ... where <filename> is  the name of your Opus or OPUS/Binkley Log file.
  23.            This can be any  name  and  path up to 50 characters long and
  24.            must include the extension name.  This parameter is required!
  25.  
  26.     and  <options> is one or more of the following options. Each option
  27.                        may be used only once per run.  If multiples are
  28.                        supplied, only the last one will be used.  The
  29.                        use of upper or lower case is irrelevant.
  30.  
  31.       -Sxxxxx_xxxxx   to exclude caller name xxxxx_xxxxx from counts
  32.  
  33.                        Any blanks in the name should be replaced with
  34.                        underscores.  The name string  can be up to 50
  35.                        characters long.  The default is "Bob Landon"
  36.  
  37.       -Rxxxxxxxxxxx    to name the output report file
  38.  
  39.                        This can be up to 50  characters long, and may
  40.                        be a fully qualified path.  The extension .RPT
  41.                        will be  automatically  appended.  The default
  42.                        value is "FILENBR.RPT"
  43.  
  44.       -Dxxxxx          to delete files with counts less than xxxxx
  45.  
  46.                        This  number  can  range from 0 to 99999, and any
  47.                        file whose total number of downloads is less than
  48.                        this value at the  end of the run is deleted from
  49.                        the stored data.   BE CAREFUL!   If not supplied,
  50.                        it will default to 0 (save everything).
  51.  
  52.       -Q               to suppress screen report, messages
  53.  
  54.                        The default is all messages are displayed.
  55.  
  56.  
  57.       -Z               to make .ARC file extensions equal to .ZIP
  58.  
  59.                        If you begin using this program  and convert to
  60.                        the .ZIP file  compression  method, using  this
  61.                        parameter will cause files with .ARC extensions
  62.                        to be changed to .ZIP when downloaded with  the
  63.                        .ZIP extension.  If you don't use the parameter,
  64.                        the  program  will  create a new entry and will
  65.                        not  include  the old counts from the .ARC file
  66.                        in the .ZIP totals.
  67.  
  68.       -Mx:\xxxxxxxx    to suppress a subdirectory from counts
  69.  
  70.                        This  parameter can be up to 50 chacters long and
  71.                        represents  a  text  string which if found in the
  72.                        directory of  the  log entry will cause the entry
  73.                        to be ignored.  It is suggested that you use this
  74.                        parameter  unless  you  want to see your outbound
  75.                        message area files  listed!  The default value is
  76.                        "OUTBOUND"
  77.  
  78.       -Lmm/dd/yyyy     to delete files not downloaded since mm/dd/yyyy
  79.  
  80.                        This  parameter  will  delete  files  whose last
  81.                        download (or first if there is no last) occurred
  82.                        prior to this date. If not provided, it defaults
  83.                        to 00/00/0000 (keep everything).
  84.  
  85.            Note:   This version  will  create  a  new  database  in the
  86.                    default directory if it can  not  find  the filename
  87.                    in the current directory.  (The  name currently used
  88.                    in  version  3.11  is  FILENBR.DAT  and  can  not be
  89.                    changed!)
  90.  
  91.  
  92. ANALYDLC version 1.00             by Bob Landon            22 July 89
  93.  
  94. ANALYDLC is a companion program to DLCOUNTF, which scans the  data  file
  95. maintained  by  DLCOUNTF,  and  lists any file which has a last download
  96. date which is before the input date and which appear on a candidate list
  97. of  files to check.  The candidate list may be any ascii text file which
  98. contains file  names in the first 12 characters of each line.  I use two
  99. lists, one is the OK file request list and the other is my offline list.
  100. I  can  then delete files from offline storage which are not active, and
  101. move inactive online files to offline storage.
  102.  
  103. The ANALYDLC program version 1.0 uses the following syntax:
  104.  
  105.     ANALYDLC <options>
  106.  
  107. ... where <options> is one or more of the following. Each option may be
  108.                        used only once per run.  If  multiple values are
  109.                        supplied, only the last one  will  be used.  The
  110.                        use of upper or lower case is irrelevant.
  111.  
  112.       -Snnnnnnnn.xxx      name of the file of names to check
  113.  
  114.                           This  can  be  up  to 50 characters long and
  115.                           should be path qualified.  It should contain
  116.                           in the first 12 positions of each entry, the
  117.                           name  of a file found on the BBS.  I use the
  118.                           list  of  files available for file requests.
  119.                           The default is "OKDATA.DAT"
  120.  
  121.       -Onnnnnnnn          name of the DLCOUNTF datafile
  122.  
  123.                           Any  file  name,  including  path and drive is
  124.                           acceptable  up  to 50 characters.  The default
  125.                           is "FILENBR"  The extension is supplied by the
  126.                           program (.DAT)   This must be the file created
  127.                           by DLCOUNTF.
  128.  
  129.       -Rxxxxxxxx          name of the output report
  130.  
  131.                           The  name  the text formatted report is to use.
  132.                           This file name can be up to 50 characters long,
  133.                           and may include a drive and path.  The  program
  134.                           will append the extension .RPT to the  name. It
  135.                           defaults to "FILENBR"
  136.  
  137.       -Dmm/dd/yyyy        last download date to use
  138.  
  139.                           Files selected have a last  download  date which
  140.                           is before this date.  It defaults to 01/01/1980.
  141.  
  142.       -Q                  to suppress screen report, messages
  143.  
  144. These programs are released to the public domain in the same spirit as the
  145. OPUS  CBCS  software  is.  It is warranteed to take up disk space and kill
  146. your hard drive.  Please use them in a friendly manner.  DLCOUNTF v3.1 and
  147. ANALYDLC were written in Turbo Pascal v5.5.  I will cheerfully accept  bug
  148. reports and/or comments on my Board.
  149.  
  150.       Bob Landon
  151.       Electronic Shopper, OPUS 1:260/210 (716-381-8538) 3-12-2400 baud,
  152.       32 Warder Drive, Pittsford, NY, 14534 USA
  153.  
  154.